home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global population, variation, inheritance
- repeat with n = 8 to 10
- handcursor(n)
- end repeat
- if (population = 1) and (variation = 1) and (inheritance = 1) then
- sound stop 1
- set population to 0
- set variation to 0
- set inheritance to 0
- cursorOff()
- unLoad()
- go(95)
- end if
- if rollOver(4) = 1 then
- set the visible of sprite 20 to 1
- else
- set the visible of sprite 20 to 0
- end if
- if rollOver(5) = 1 then
- set the visible of sprite 21 to 1
- else
- set the visible of sprite 21 to 0
- end if
- if rollOver(6) = 1 then
- set the visible of sprite 22 to 1
- else
- set the visible of sprite 22 to 0
- end if
- go(the frame)
- end
-